/*必备样式*/
@font-face {
}
body {
	word-wrap:break-word;
	word-break:break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: "siyuanNormal";
}
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-weight: normal;
	/*font-size: 18px;*/
}
*:focus {
	outline: none;
}
button, input, select, textarea, label {
	vertical-align:middle;
	border: 0;
	outline: none;
}
img {
	vertical-align:middle;
	border:none;
	display:inline-block;
	max-width: 100%;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none !important;
	color:#666;
	vertical-align:baseline;
	cursor:pointer;
	font-size: inherit;
-o-transition: .2s ease;
-moz-transition: .2s ease;
-webkit-transition: .2s ease;
transition: .2s ease;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*清浮*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
*zoom:1;
}
/*浮动*/
.fl {
	float:left;
	_display:inline;
}
.fr {
	float:right;
	_display:inline;
}
input, textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}
input[type='checkbox']:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #8b8b8b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8b8b8b;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8b8b8b;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8b8b8b;
}
.container {
	width: 1520px;
	margin: 0 auto;
}



.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;
/*  background: #ffffff;
  background: #1759b7;*/
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #1759b7;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  padding: 30px 10px 29px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
/*  border-right:1px solid #1759b7;*/font-size: 16px;
}
.nav_menu3 > ul > li:hover > a {
  color: #e8e6e6;
 /* background: #FFF;*/
}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 25px;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 4px;
  height: 4px;
/*  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;*/
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #ffefef;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
 border-top: 1px solid #FFF;
width: 120px;
border-bottom: 10px solid #05a5e4;margin-left: -15px;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 55px;
}
.nav_menu3 ul ul li a {
  padding: 20px 10px;
  width: 120px;
  background: #497099;
  text-decoration: none;
  color: #eeeeee;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px solid #497099; font-size:16px;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #1759b7;
  background: #FFF;
  border-top: 1px solid #FFF;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #1759b7;
}











/* head */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
 -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
 -moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
 -o-transition: .8s cubic-bezier(.19, 1, .22, 1);
 transition: .8s cubic-bezier(.19, 1, .22, 1);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.hd_con {
	width: 1640px;
	margin: 0 auto;
	position: relative;
}
.hd_right {
	float: right;
	width: 100%;
	text-align: right;
}
a.h_logo {
	position: absolute;
	left: 0;
	top: 25px;
	display: inline-block;
	font-size: 0;
}
a.h_logo img + img {
	display: none;
}
.hd_p {
	text-align: right;
	margin-top: 18px;
	line-height: 21px;
}
.hd_p a {
	display: inline-block;
	text-align: right;
	color: #fff;
	margin: 0 12px;
}
.hd_p a:last-child {
	margin-right: 0;
}
.naver {
	display: inline-block;
}
.naver ul li {
	display: inline-block;margin-right: 25px;
text-align: center;
width: 100px;
}
.naver ul li:first-child {
	margin-left: 0;
}
.naver ul li a {
	/*display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 68px;
	position: relative;font-weight: bold;*/
}
.naver ul li a:before {
	/*position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
 transition: all .36s;*/
}
.naver ul li.active a:before, .naver ul li:hover a:before {
	width: 100%;
}
.h_search {
	display: inline-block;
	cursor: pointer;
float: right;
margin-top: 30px;
}
.h_search img + img {
	display: none;
}
.search_q {
	position: absolute;
	width: 40%;
	right: 8%;
	top: 127px;
	background: #fff;
	z-index: 5;
	display: none;
}
.search_q input {
	width: 80%;
	float: left;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #e5e5e5;
}
.search_q button {
	width: 20%;
	float: right;
	height: 50px;
	background: #0169ca;
	font-size: 0;
	cursor: pointer;
}
.search_q button > * {
	display: inline-block;
	vertical-align: middle;
}
.search_q button span {
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
}
.header._hidden {
	background-color: #fff;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.header._hidden._show {
	/*position: fixed;
	transform: translateY(0);
	background: #fff;
	box-shadow: 0 0 5px rgba(57, 57, 57, .15);*/
}
.header._hidden._show a.h_logo img, .header._hidden._show .h_search img {
	display: none;
}
.header._hidden._show a.h_logo img + img, .header._hidden._show .h_search img + img {
	display: inline-block;
}
.header._hidden._show .naver ul li a, .header._hidden._show .hd_p a {
	color: #333;
}
.header._hidden._show .naver ul li.active a, .header._hidden._show .naver ul li:hover a {
	color: #0169ca;
}
.header._hidden._show .naver ul li a:before {
	background: #0169ca;
}
/* banner */
.pc_banner .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.pc_banner .swiper-button-prev, .pc_banner .swiper-button-next {
	width: 78px;
	height: 78px;
	background: none;
	margin: 0;
	transform: translateY(-50%);
}
.pc_banner .swiper-button-prev {
	left: 8%;
}
.pc_banner .swiper-button-next {
	right: 8%;
}
.pc_banner .swiper-pagination {
	height: 100%;
	width: 24px;
	top: 0;
	bottom: auto;
	left: auto;
	right: 4%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.pc_banner .swiper-pagination-bullet, .m_banner .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(255, 255, 255, 0);
	opacity: 1;
	position: relative;
	background: none;
}
.pc_banner .swiper-pagination-bullet:before, .m_banner .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	left: 4px;
	top: 4px;
}
.pc_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px 0;
}
.pc_banner .swiper-pagination-bullet-active, .m_banner .swiper-pagination-bullet-active {
	border: 2px solid rgba(255, 255, 255, 1);
}
.m_banner .swiper-pagination {
	display: block;
}
.m_banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}
.m_banner .swiper-pagination-bullet:before {
	width: 6px;
	height: 6px;
	left: 2px;
	top: 2px;
}
.index_s1 {
	padding: 80px 0 100px 0;
}
.index_left1 {
	width: 41%;
	float: left;
}
.index_right1 {
	width: 52.625%;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_company_img {
	overflow: hidden;
	border: 10px solid #e2e2e2;
}
.index_company_img img {
 transition: all .36s;
}
.index_company_img:hover img {
	transform: scale(1.1);
}
.index_title1 {
	margin-bottom: 65px;
}
.index_title1 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title1 img {
	margin-right: 5px;
}
.index_st1 {
	text-align: left;
}
.index_st1 h1 {
	font-size: 24px;
	color: #393939;
/*	font-weight: bold;*/
}
.index_st1 h2 {
	color: #393939;
	font-size: 14px;
	font-family: arial
}
.index_ab1 {
	position: relative;
}
.index_about_w {
	padding: 0 0 38px 15%;
	border: 10px solid #e2e2e2;
	border-right: 0;
	position: relative;
}
.index_label1 {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-70%);
}
.index_about_info {
	margin-top: -20px;
	padding-left: 5%;
	background: #fff;
}
.index_about_info .txt {
	color: #565656;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.more1 {
	margin: 40px 0 45px 0;
}
.more1 a {
	display: inline-block;
}
.more1 a > * {
	display: inline-block;
	vertical-align: middle;
}
.more1 a span {
	color: #6a6b6b;
	letter-spacing: 2px;
	font-size: 16px;
	margin-right: 14px;
 transition: all .36s;
}
.more1 a:hover span {
	margin-right: 20px;
padding: 10px 15px;
background: #0465d8;
border-radius: 8px;
color: #fff;
}
.index_list1 {
	padding-left: 5%;
}
.index_list1 ul {
	display: flex;
	justify-content: space-between;
}
.index_list1 ul li {
	width: 150px;
	height: 150px;
}
.index_list1 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
	flex-direction: column;
 transition: all .36s;
}
.index_list1 ul li a h4 img + img {
	display: none;
}
.index_list1 ul li a p {
	color: #6a6a6a;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
 transition: all .36s;
}
.index_list1 ul li a:hover {
	background: #0465d8;
	box-shadow: 0px 0px 27px 0px rgba(0, 120, 255, 0.33);
}
.index_list1 ul li a:hover h4 img {
	display: none;
}
.index_list1 ul li a:hover h4 img + img {
	display: inline-block;
}
.index_list1 ul li a:hover p {
	color: #fff;
}
.index_title2 {
	padding: 90px 0 50px 0;
	text-align: center;
}
.index_title2 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title2 img {
	margin-right: 4px;
}
.index_st2 {
	text-align: left;
}
.index_st2 h1 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 18px;
}
.index_st2 h2 {
	color: #fff;
	font-size: 20px;
	font-family: arial
}
.industry_swiper1 {
	position: relative;
}
.industry_swiper1 .swiper-slide {
	width:15% !important;
	margin-right: 0.8% !important;
	transition: width 0.5s ease 0s;
}
.industry_swiper1 .swiper-slide-active {
	width: 38% !important;
}
.industry_swiper1 .swiper-slide:hover .industry_img1 img {
	height: 460px;
}
.industry_swiper1 .swiper-container {
	width: 92%;
	margin: 0 auto;
}
.industry_swiper1 .swiper-button-next, .industry_swiper1 .swiper-button-prev {
	width: 18px;
	height: 34px;
	background: none;
	cursor: pointer;
}
.industry_h1 {
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.industry_h1 .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}
.industry_info1 {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.industry_h1 h3 {
	color: #fff;
	font-size: 26px;
	margin-top: 25px;
}
.industry_img1 {
	overflow: hidden;
}
.industry_img1 img {
 transition: all .4s;
	object-fit: cover;
}
.industry_info2 {
	padding: 25px 30px;
	background: rgba(4, 101, 216, .9);
}
.industry_info2 h2 {
	color: #e3e6ea;
	font-size: 26px;
	margin-bottom: 8px;
}
.industry_info2 p {
	color: #e3e6ea;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.industry_h2 {
	display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h1 {
	display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h2 {
	display: block;
}
.industry_swiper1 .swiper-slide-active .industry_img1 img {
	height: 460px;
}
.index_industry_w {
	height: 574px;
}
.section2 {
	padding-bottom: 88px;
}
.index_st3 h1, .index_st3 h2 {
	color: #393939;
}
.index_news_h1 {
	position: relative;
	color: #dcdcdc;
	margin-bottom: 40px;
}
.index_news_h1 ul li {
	display: inline-block;
	padding: 0 22px;
}
.index_news_h1 ul li:first-child {
	padding-left: 0;
}
.index_news_h1 ul li a {
	display: inline-block;
	color: #2b2b2b;
	font-size: 20px;
	position: relative;
 transition: all .4s;
/*	font-weight: bold;*/
}
.index_news_h1 ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -14px;
	width: 0;
	height: 5px;
	background: #0169ca;
	box-shadow: 0px 3px 9px 0px rgba(1, 105, 202, 0.58);
 transition: all .4s;
}
.index_news_h1 ul li.active a, .index_news_h1 ul li:hover a {
	color: #0169ca;
}
.index_news_h1 ul li.active a:before, .index_news_h1 ul li:hover a:before {
	width: 100%;
}
.more2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.more2 a {
	display: inline-block;
	/*border: 1px solid #000000;
	width: 178px;
	text-align: center;
	font-size: 0;
	border-radius: 25px;
 transition: all .36s;
	position: relative;*/
}
.more2 a > * {
	display: inline-block;
	vertical-align: middle;
 transition: all .36s;
}
.more2 a span {
	font-size: 24px;
	color: #636363;
	line-height: 48px;
	margin-right: 16px;
/*	letter-spacing: 2px;*/
 transition: all .36s;
}
.more2 a img + img {
	display: none;
}
.more2 a:before {
	/*content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0169ca;
	border-radius: 25px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.7, 1, 1);
	transform: scale3d(.7, 1, 1);
 -webkit-transition: -webkit-transform .4s, opacity .4s;
 transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);*/
}
.more2 a:hover {
	/*background: #0169ca;
	border-color: #0169ca;*/
}
.more2 a:hover span {
	color: #fff;
padding: 1px 12px;
background: #0169ca;
border-radius: 10px;
}
.more2 a:hover img {
	display: none;
}
.more2 a:hover img + img {
	display: inline-block;
}
.more2 a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.news_list1 ul li {
	width: 100%;
	float: left;
}
.news_list1 ul li a {
	display: block;
	background: #f5f5f5;
}
.news_img1 {
	overflow: hidden;
	width: 20%;
float: left;
height: 120px;
}
.news_img1 img {
 transition: all .3s;
}
.news_info1 {
	width: 73%;
	float: right;
}
.news_info1 h2 {
	color: #0169ca;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 35px;
	font-weight: bold;
}
.news_info1 p {
	color: #716f6f;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_s3 {
	padding-bottom: 98px;
}
.news_list1 ul li a:hover .news_img1 img {
	transform: scale(1.1);
}
.index_s4 {
	padding: 92px 0;
}
.index_list2 ul li {
	width: 31.625%;
	float: left;
	margin-right: 2.5625%;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(200, 200, 200, 0.35);
}
.index_list2 ul li:nth-child(3n) {
 margin-right: 0;
}
.news_info2 {
	width:100%;
	float: right;height: 45px;
}
.news_info2 h2 {
	color: #0169ca;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 35px;
/*	font-weight: bold;*/
}
.news_info2 p {
	color: #716f6f;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_w_h1 {
	position: relative;
}
.index_w_h1 a {
	display: block;
	font-size: 0;
	overflow: hidden;
}
.index_w_h1 a > img {
 transition: all .4s;
}
.index_w_h1:hover img {
	transform: scale(1.1);
}
.index_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.index_info1 h2 {
	color: #fbfbfb;
	font-size: 34px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.index_info1 h3 {
	color: #fbfbfb;
	font-size: 20px;
}
.index_w_h2 {
	padding: 50px 10% 55px 10%;
}
.index_w_h2 dl {
	margin-bottom: 55px;
}
.index_w_h2 dl dd {
	position: relative;
	padding-left: 34px;
}
.index_w_h2 dl dd:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0465d8;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_w_h2 dl dd a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #393939;
	font-size: 18px;
	line-height: 38px;
 transition: all .36s;
}
.index_w_h2 dl dd a:hover {
	color: #0465d8;
}
.more3 {
	position: relative;
	right: auto;
	top: auto;
	transform: translateY(0);
	text-align: center;
}
/* footer */
/*.footer {
	background: #414042;
}*/
.copyright {
	text-align: center;
	background: #333333;
	padding: 16px 0;
}
.copyright p {
	color: #8f8f91;
	font-size: 16px;
	line-height: 30px;
}
.copyright p img {
	margin-left: 6px;
}
.f_con {
	padding: 60px 0 70px 0;
	position: relative;
}
a.f_logo {
	display: inline-block;
	margin-bottom: 20px;
}
.f_link {
/*	padding-left: 52px;*/
}
.f_link h2 {
	font-size: 18px;
	color: #8f8f91;
	margin-bottom: 16px;
}
.link_a {
	width: 76%;
	font-size: 16px;
color: #8f8f91;line-height: 26px;
}
.link_a a {
	color: #8f8f91;
	font-size: 16px;
	padding: 0 12px;
	line-height: 32px;
 transition: all .3s;
}
.link_a a:first-child {
	padding-left: 0;
}
.link_a a:hover {
	color: #fff;
}
.f_search {
	position: absolute;
	right: 0;
	top: 70px;
	width: 323px;
	border: 1px solid #87878a;
	padding: 0 22px;
	border-radius: 23px;
}
.f_search button {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	cursor: pointer;
	font-size: 0;
}
.f_search input {
	width: 80%;
	font-size: 16px;
	color: #8f8f91;
	line-height: 44px;
}
/* mobile header */
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
}
.m_hd_con {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.m_logo {
	float: left;
	padding: 8px 0;
}
.m_logo img {
	height: 38px;
}
#openBtn {
	display: block;
	position: fixed;
	top: 20px;
	right: 4%;
	z-index: 100;
	cursor: pointer;
}
#openBtn .lcbody {
	width: 26px;
	height: 15px;
	position: relative;
}
#openBtn .lcbody .lcitem {
	width: 100%;
	height: 1px;
	position: absolute;
	transition: transform 0.36s ease;
}
#openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #999;
}
#openBtn .lcbody .top {
	top: 0;
}
#openBtn .lcbody .center {
	display: block;
	top: 49%;
}
#openBtn .lcbody .bottom {
	top: 100%;
}
#openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}
#openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}
#openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}
#openBtn.on .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}
#openBtn.on .lcitem.center {
	opacity: 0;
}
#openBtn.on .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}
@keyframes move {
 0% {
 right: 0;
}
 40% {
 right: 0;
 width: 0;
}
 60% {
 right: auto;
 width: 0%;
}
 100% {
 right: auto;
 width: 100%;
}
}
@-webkit-keyframes move {
 0% {
 right: 0;
}
 40% {
 right: 0;
 width: 0;
}
 60% {
 right: auto;
 width: 0%;
}
 100% {
 right: auto;
 width: 100%;
}
}
.navMini {
	position: fixed;
	width: 26%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateX(120%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
}
.navMini.unfold {
	transform: translateX(0);
}
.nav_wrap {
	padding-top: 54px;
}
.m_nav ul li {
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.m_nav ul li a {
	display: block;
	width: 100%;
	color: #666;
}
.m_nav_bottom {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	text-align: center;
}
.m_nav_bottom p {
	line-height: 28px;
}
/* 关于我们 */
.insider_wrap {
	padding-top: 106px;
}
.s_banner1 {
	position: relative;
	height: 285px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_info1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -65%);
	width: 100%;
	text-align: center;
}
.banner_info1 > img {
	position: absolute;
	left: 50%;
	top: 32px;
	transform: translateX(-50%);
}
.banner_info1 h1 {
	color: #fff;
	font-size: 48px;
	letter-spacing: 1px;
}
.banner_info1 h2 {
	color: #fff;
	font-size: 26px;
	margin-top: 12px;
	font-family: arial;
	letter-spacing: 1px;
}
.jt_icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.insider_nav {
	background: #fff;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
	position: relative;
}
.s_nav {
	text-align: center;
}
.s_nav ul li {
	display: inline-block;
	margin: 0 1.5%;
}
.s_nav ul li a {
	display: inline-block;
	width: 152px;
	padding: 32px 0 22px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
}
.s_nav ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	background-image: linear-gradient(90deg, #57972b 23%, #0169ca 23%, #0169ca 100%), linear-gradient( #0169ca, #0169ca);
	left: 0;
	bottom: 0;
 transition: all .3s;
}
.s_nav ul li a h2 img + img {
	display: none;
}
.s_nav ul li a p {
	color: #393939;
	font-size: 20px;
	padding-top: 6px;
}
.s_nav ul li.active a h2 img {
	display: none;
}
.s_nav ul li.active a h2 img + img {
	display: inline-block;
}
.s_nav ul li.active a p {
	color: #0169ca;
}
.s_nav ul li.active a:before, .s_nav ul li:hover a:before {
	width: 100%;
}
/* 关于我们 */
.insider_content1 {
	background-repeat: no-repeat;
	background-position: top center;
}
.detail_info1 .txt {
	color: #565656;
	font-size: 16px;
	line-height: 30px;
}
.about_con {
	padding: 60px 0 120px 0;
}
.detail_info1 .title {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 30px;
}
.sign_pic {
	text-align: right;
	margin-top: 180px;
}
.about_con1 {
	width: 89%;
	margin: 0 auto;
	padding: 90px 0 200px 0;
}
/* 企业大事记 */
.events_con {
	width: 92%;
	margin: 0 auto;
	padding: 96px 0 44px 0;
}
.events_w {
	width: 44%;
	float: left;
	padding: 35px 4%;
	border: solid 1px #e5e5e5;
	border-right: 0;
	box-shadow: 0px 6px 0px 0px rgba(210, 208, 208, 0.33);
	background: #fff;
	position: relative;
}
.events_w:before {
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	background: #e5e5e5;
	left: 97%;
	top: 25%;
	transform: rotate(-120deg);
}
.events_w:after {
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	background: #e5e5e5;
	left: 97%;
	bottom: 25%;
	transform: rotate(120deg);
}
.label1 {
	text-align: center;
}
.events_list {
	position: relative;
	overflow: hidden;
}
.events_list ul {
	position: relative;
	margin-top: -4px;
	padding-bottom: 70px;
}
.events_list ul:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #0169ca;
	top: 0;
}
.events_list ul li:nth-child(2n) .events_w {
 float: right;
 border-right: 1px solid #e5e5e5;
 border-left: 0;
}
.events_list ul li:nth-child(2n) .events_w:before {
 left: auto;
 right: 97%;
 transform: rotate(120deg);
}
.events_list ul li:nth-child(2n) .events_w:after {
 left: auto;
 right: 97%;
 transform: rotate(-120deg);
}
.events_info1 {
	position: relative;
}
.events_info1:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 4px;
	left: -30px;
	background: #57972b;
}
.events_info1 h2 {
	color: #0169ca;
	font-size: 20px;
	margin-bottom: 14px;
}
.events_info1 p {
	color: #696969;
}
.events_list ul li {
	position: relative;
}
.events_list ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 9px;
	background: #0169ca;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.events_list ul li:nth-child(2n):before {
 right: auto;
 left: 50%;
}
.twinkle {
	position: absolute;
	top: 8%;
	left: 50%;
	margin-left: -3px;
	width: 5px;
	height: 60px;
	background-image: linear-gradient(100deg, rgba(57, 208, 230, 0) 0%, rgba(57, 208, 230, 1) 100%), linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	z-index: 1;
	animation: light_move 8s 1s infinite linear;
	-moz-animation: light_move 8s 1s infinite linear;
	-webkit-animation: light_move 8s 1s infinite linear;
	-o-animation: light_move 8s 1s infinite linear;
	-ms-animation: light_move 8s 1s infinite linear;
}
@keyframes light_move {
 0% {
 top: 5%;
}
 35% {
 top: 100%;
}
 75% {
 top: 8%;
}
 100% {
 top: 100%;
}
}
/* 合作伙伴 */
.partner_list1 {
	margin-bottom: 100px;
}
.partner_list1 ul li {
	width: 46.5%;
	float: left;
	margin-right: 7%;
	padding: 28px 2%;
	border-bottom: 1px solid #e9e9e9;
}
.partner_list1 ul li:nth-child(2n) {
 margin-right: 0;
}
.partner_list1 ul li a {
	display: block;
	background: url(../images/icon6.png) no-repeat right center;
 transition: all .36s;
}
.partner_list1 ul li a > * {
	display: inline-block;
	vertical-align: middle;
}
.partner_img1 {
	overflow: hidden;
}
.partner_img1 img {
 transition: all .3s;
}
.partner_info1 {
	max-width: 70%;
	margin-left: 4%;
}
.partner_info1 p {
	color: #333;
	font-size: 24px;
 transition: all .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partner_list1 ul li a:hover {
	background: url(../images/icon6x.png) no-repeat right center;
}
.partner_list1 ul li a:hover .partner_info1 p {
	color: #0169ca;
}
.partner_list1 ul li a:hover .partner_img1 img {
	transform: scale(1.1);
}
/* page */
.page {
	text-align: center;
}
.page * {
	display: inline-block;
}
.page a {
	color: #090104;
	font-size: 16px;
	width: 82px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin: 0 4px;
}
.page a.on {
	background: #0169ca;
	color: #fff;
}
/* 党群建设 */
.insider_content2 {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.construction_con {
	padding: 60px 0 90px 0;
}
.construction_list1 {
	margin-top: 40px;
	margin-bottom: 65px;
}
.construction_list1 ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e9e9e9;
}
.construction_list1 ul li a {
	display: block;
	position: relative;
	padding-left: 138px;
	padding-right: 6%;
}
.time1 {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 110px;
	border: 1px solid #cccccc;
}
.time1 h3 {
	background: #ccc;
	font-size: 36px;
	color: #000;
	line-height: 68px;
 transition: all .36s;
}
.time1 h4 {
	color: #000;
	font-size: 18px;
	line-height: 34px;
	background: #fff;
}
.construc_info1 {
	padding: 10px 0;
}
.construc_info1 h2 {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
 transition: all .36s;
}
.construc_info1 p {
	color: #716f6f;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.construction_list1 ul li a:hover .time1 {
	border-color: #0169ca;
}
.construction_list1 ul li a:hover .time1 h3 {
	background: #0169ca;
	color: #fff;
}
.construction_list1 ul li a:hover .construc_info1 h2 {
	color: #0169ca;
}
.det_title1 {
	text-align: center;
	padding: 40px 0 28px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
}
.det_title1 h1 {
	/*color: #0169ca;*/
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
.det_title1 h2 span {
	display: inline-block;
	color: #727272;
	font-size: 16px;
	margin: 0 8px;
}
.detail_info2 .txt {
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.detail_info2 {
	padding-bottom: 125px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.pian a {
	display: block;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 42px;
}
.fontSize {
	text-align: right;
	color: #333;
	line-height: 50px;
}
.details_con {
	padding-bottom: 145px;
}
/* 科技成果 */
.science_list1 ul li {
	width: 46.25%;
	float: left;
	margin-right: 7.5%;
	margin-bottom: 35px;
}
.science_list1 ul li:nth-child(2n) {
 margin-right: 0;
}
.science_list1 ul li a {
	display: block;
	position: relative;
	padding-left: 148px;
	border: 1px solid #0169ca;
}
.science_list1 ul li a span {
	position: absolute;
	width: 148px;
	left: 0;
	top: 0;
	background: #0169ca;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}
.science_list1 ul li a p {
	color: #333333;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
 transition: all .36s;
}
.science_list1 ul li a:hover p {
	color: #0169ca;
}
.science_list1 {
	margin-bottom: 100px;
}
/* 企业文化 */
.insider_content3 {
	background: #f2f8fd;
}
.culture_list1 ul li a {
	position: relative;
	padding-right: 13.4%;
}
.culture_list1 ul li a .type {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	display: inline-block;
	padding: 0 24px;
	line-height: 34px;
	background: #0169ca;
	border-bottom: 4px solid #57972b;
}
/* 招聘流程 */
.recruit_con {
	padding-top: 80px;
}
.recruit_list ul li {
	width: 23.3%;
	float: left;
	margin-right: 2.26%;
	margin-bottom: 48px;
	text-align: center;
	box-shadow: 0px 3px 18px 0px #d5d5d5;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(0deg, #0169ca 0%, #058a3a 100%);
	border-image-slice: 1;
	background: #fff;
 transition: all .38s;
}
.recruit_list ul li:nth-child(4n) {
 margin-right: 0;
}
.recruit_list ul li a {
	display: block;
}
.recruit_img {
	padding: 25px 0;
}
.recruit_info {
	border-top: 1px solid #e5e5e5;
}
.recruit_info p {
	color: #292929;
	font-size: 20px;
	line-height: 64px;
 transition: all .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruit_list ul li:hover {
	transform: translateY(-20px);
}
.recruit_list ul li:hover .recruit_info p {
	color: #0169ca;
}
.recruit_list {
	margin-bottom: 70px;
}
/* 公司新闻 */
.news_list2 ul li {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	padding: 30px 20px 30px 0;
	border-bottom: 1px solid #e9e9e9;
}
.news_list2 ul li:nth-child(2n) {
 margin-right: 0;
}
.news_list2 ul li a {
	display: block;
	padding-left: 140px;
	padding-right: 15%;
	position: relative;
	background: url(../images/icon6.png) no-repeat right center;
 transition: all .36s;
}
.time2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	text-align: center;
	padding: 6px 0 14px 0;
}
.time2:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: linear-gradient(180deg, #0169ca 70%, #57972b 100%), linear-gradient( #57972b, #57972b);
}
.time2 h3 {
	color: #333;
	font-size: 52px;
}
.time2 h4 {
	color: #333;
	font-size: 18px;
}
.news_info2 h2:hover{ color:#0465d8;}
.news_info2 h2 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 2px;
 transition: all .36s;
	line-height: 45px;
	width: 75%;
	float: left;
}
.news_info2 p {
	color: #716f6f;
	font-size: 16px;
	line-height: 50px;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	float:right;
}
.news_list2 ul li:hover a {
	background: url(../images/icon6x.png) no-repeat right center;
}
.news_list2 ul li:hover .news_info2 h2 {
	color: #0169ca;
}
.news_list2 {
	margin-bottom: 85px;
}
/* 视频中心 */
.video_con {
	width: 956px;
	margin: 0 auto;
	padding: 70px 0 100px 0;
}
.video_bottom {
	position: relative;
	padding: 0 56px;
	margin-top: 35px;
}
.video_bottom .swiper-button-prev, .video_bottom .swiper-button-next {
	width: 36px;
	height: 100px;
	background: url(../images/left3x.jpg);
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.video_bottom .swiper-button-next {
	background: url(../images/right3x.jpg);
}
.video_1 {
	height: 540px;
}
.video_1 video {
	width: 100%;
	height: 100%;
}
.video_bottom .swiper-button-next.swiper-button-disabled, .video_bottom .swiper-button-prev.swiper-button-disabled {
	background: url(../images/left3.jpg);
}
.video_bottom .swiper-button-next.swiper-button-disabled {
	background: url(../images/right3.jpg);
}
.video_img {
	border: 3px solid #fff;
}
.video_bottom .swiper-slide-thumb-active .video_img {
	border: 3px solid #0169ca;
}
/* 产业板块 */
.ss_list1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.ss_list1 ul {
	text-align: center;
}
.ss_list1 ul li {
	display: inline-block;
	margin: 0 14px;
}
.ss_list1 ul li a {
	display: inline-block;
	position: relative;
	width: 210px;
	line-height: 60px;
	background: #fff;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
	color: #333;
	font-size: 28px;
 transition: all .36s;
}
.ss_list1 ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #0169ca;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: none;
}
.ss_list1 ul li.active a:before {
	display: block;
}
.ss_list1 ul li.active a {
	background: #0169ca;
	color: #fff;
}
.ss_list2 {
	text-align: center;
	margin-bottom: 45px;
}
.ss_list2 ul {
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-size: 0;
}
.ss_list2 ul li {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
}
.ss_list2 ul li:last-child {
	border-right: 0;
}
.ss_list2 ul li a {
	display: inline-block;
	color: #333;
	font-size: 20px;
	box-shadow: 0px 0px 27px 0px rgba(210, 208, 208, 0.33);
	width: 176px;
	background: #fff;
	line-height: 50px;
}
.ss_list2 ul li.active a {
	background: #0169ca;
	color: #fff;
}
.detail_info3 .txt {
	color: #686868;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.cy_tent .cy_tab1 {
	display: none;
}
.company_list1 ul li {
	padding: 18px 0;
}
.company_list1 ul li a {
	display: block;
	position: relative;
}
.company_list1 ul li a span.xq {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 155px;
	line-height: 46px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #333;
	font-size: 16px;
 transition: all .4s;
}
.company_img1 {
	float: left;
	width: 207px;
	margin-right: 35px;
	overflow: hidden;
}
.company_img1 img {
 transition: all .4s;
}
.company_info1 {
	width: 65%;
	margin-top: 4px;
	padding-bottom: 20px;
}
.company_info1 h2 {
	color: #333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
 transition: all .4s;
}
.company_info1 p {
	color: #858484;
	font-size: 16px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.company_w {
	width: calc(100% - 242px);
	float: right;
	border-bottom: 1px solid #e5e5e5;
}
.company_list1 ul li a:hover .company_info1 h2 {
	color: #0169ca;
}
.company_list1 ul li a:hover .company_img1 img {
	transform: scale(1.1);
}
.company_list1 ul li a:hover span.xq {
	background: #0169ca;
	border-color: #0169ca;
	color: #fff;
}
.company_list1 {
	margin-bottom: 90px;
}
.project_list1 ul li {
	margin-bottom: 55px;
}
.project_list1 ul li a {
	display: block;
	position: relative;
	background: #f7f8fa;
	box-shadow: 0px 3px 9px 0px #e6e6e6;
}
.project_img1 {
	width: 29%;
	float: left;
	overflow: hidden;
	height: 340px;
}
.project_img1 img {
	height: 100%;
 transition: all .4s;
}
.project_info1 {
	width: 71%;
	float: left;
	padding: 40px 3% 0 3%;
}
.project_info1 h2 {
	color: #313131;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
}
.project_info1 p {
	color: #686868;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}
.project_info1 h3 {
	font-size: 0;
}
.project_info1 h3 > * {
	display: inline-block;
	vertical-align: middle;
}
.project_info1 h3 span {
	color: #716f6f;
	font-size: 16px;
	margin-right: 12px;
 transition: all .36s;
}
.project_info1 h3 img + img {
	display: none;
}
.project_list1 ul li a:hover .project_info1 h3 span {
	color: #0169ca;
}
.project_list1 ul li a:hover .project_info1 h3 img {
	display: none;
}
.project_list1 ul li a:hover .project_info1 h3 img + img {
	display: inline-block;
}
.project_list1 ul li a:hover .project_img1 img {
	transform: scale(1.1);
}
.project_list1 {
	margin-bottom: 45px;
}
.industry_title {
	padding: 55px 0;
	margin: 0 auto;
	text-align: center;
}
.industry_u {
	position: relative;
}
.industry_u img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
}
.industry_u h1 {
	color: #000;
	font-size: 36px;
	margin-bottom: 4px;
}
.industry_u h2 {
	color: #626262;
	font-size: 18px;
}
.affairs_l1 {
	width: 32.9375%;
	float: left;
}
.affairs_r1 {
	width:100%;
	float: right;
}
.affairs_r1 ul li {
	width: 31%;
	float: left;
	margin-left: 2%;
	margin-bottom: 10px;
	margin-top:5%;
}

.affairs_l1 a, .affairs_r1 ul li a {
	display: block;
	position: relative;
}
.affairs_l1 a:before, .affairs_r1 ul li a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0);
 transition: all .4s;
	z-index: 1;
}
.affairs_info1 {
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.affairs_info1 span{float: left;
font-size: 27px;
color: #fff;
margin-top: -20%;
margin-left: -8%;}
.affairs_info1 h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.affairs_info1 p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.affairs_img1 {
	overflow: hidden;
}

.affairs_img1 span {

}


.affairs_img1 img {
 transition: all .4s;
}
.affairs_l1 a:hover:before, .affairs_r1 ul li a:hover:before {
	width: 96%;
	height: 96%;
	border: 1px solid rgba(255, 255, 255, 1);
}
.affairs_r1 ul li a:hover:before {
	height: 88%;
}
.affairs_l1 a:hover .affairs_img1 img, .affairs_r1 ul li a:hover .affairs_img1 img {
	transform: scale(1.1);
}
.affairs_k {
	padding-bottom: 68px;
}
.industry_w2 {
	background: #f8f8f8;
	padding-bottom: 50px;
}
.protection_list ul li {
	width: 31.375%;
	float: left;
	margin-right: 2.9375%;
	margin-bottom: 30px;
}
.protection_list ul li:nth-child(3n) {
 margin-right: 0;
}
.protection_list ul li a {
	display: block;
	border: 1px solid #dcdcdc;
}
.protection_info {
	padding: 50px 8% 30px 10%;
}
.protection_info h2 {
	color: #000;
	font-size: 28px;
 transition: all .4s;
}
.protection_info p {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 0 28px 0;
	height: 56px;
}
.protection_info h3 {
	text-align: right;
	font-size: 0;
}
.protection_info h3 img + img {
	display: none;
}
.protection_img {
	overflow: hidden;
}
.protection_img img {
 transition: all .4s;
}
.protection_list ul li a:hover .protection_img img {
	transform: scale(1.1);
}
.protection_list ul li a:hover .protection_info h3 img {
	display: none;
}
.protection_list ul li a:hover .protection_info h3 img + img {
	display: inline-block;
}
.protection_list ul li a:hover .protection_info h2 {
	color: #0169ca;
}
.protection_list {
	margin-top: 15px;
}
.industrial_list ul li {
	width: 31.6875%;
	float: left;
	margin-right: 2.46875%;
	margin-bottom: 30px;
}
.industrial_list ul li:nth-child(3n) {
 margin-right: 0;
}
.industrial_list ul li a {
	display: block;
}
.industrial_img {
	overflow: hidden;
}
.industrial_img img {
 transition: all .36s;
}
.industrial_info {
	padding: 40px 0 50px 0;
}
.industrial_info h2 > * {
	display: inline-block;
	vertical-align: middle;
}
.industrial_info h2 span {
	color: #313131;
	font-size: 26px;
	margin-right: 15px;
 transition: all .36s;
}
.industrial_info h2 img + img {
	display: none;
}
.industrial_info p {
	color: #817f7f;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	height: 90px;
}
.industry_w3 {
	padding-bottom: 70px;
}
.industrial_list {
	margin-top: 20px;
}
.industrial_list ul li a:hover .industrial_img img {
	transform: scale(1.1);
}
.industrial_list ul li a:hover .industrial_info h2 span {
	color: #0169ca;
}
.industrial_list ul li a:hover .industrial_info h2 img {
	display: none;
}
.industrial_list ul li a:hover .industrial_info h2 img + img {
	display: inline-block;
}
.video_list {
	margin-bottom: 50px;
}
.video_list ul li {
	margin-top: 20px;
}
.video_i1 {
	height: 200px;
}
.video_i1 video {
	width: 100%;
	height: 100%;
}
/* 联系我们 */
.contact_con {
	padding: 90px 0 160px 0;
}
.contact_left {
	width: 52.5%;
	float: left;
}
.contact_right {
	width: 47.5%;
	float: right;
}
.contact_form .form_group {
	margin-bottom: 28px;
}
.contact_form .form_group > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_form .form_group span {
	color: #333;
	font-size: 16px;
	margin-right: 3%;
}
.contact_form .form_group1 .s_f {
	width: 67%;
}
.contact_form .form_group1 input, .contact_form .form_group1 textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 18px;
	font-size: 16px;
	color: #333;
}
.contact_form .form_group1 textarea {
	height: 185px;
	resize: none;
	padding: 18px;
}
.contact_form .form_group2 .s_f > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_form .form_group2 .s_f input {
	width: 50%;
}
.contact_form .form_group2 .s_f img {
	cursor: pointer;
	width: 124px;
	height: 60px;
}
.radio1 {
	display: inline-block;
	margin-left: 30px;
}
.radio1 label {
	padding-left: 38px;
	background-image: url(../images/check1.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}
.radio1 input:checked + label {
	background-image: url(../images/checked1.png);
}
.form_btn {
	margin-left: 11.5%;
}
.form_btn button {
	width: 50%;
	height: 70px;
	background: #0169ca;
	color: #fff;
	font-size: 20px;
}
.contact_info h1 {
	font-size: 26px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.contact_p {
	margin-bottom: 60px;
}
.contact_p p {
	color: #777777;
	font-size: 20px;
	line-height: 46px;
}
.ewm_pic {
	vertical-align: top;
}
.c_map {
	width: 100%;
	height: 360px;
}
/* 二级导航 */
.second_main {
	display: none;
}
.second_level {
	position:absolute;
	width: 120px;
	left: 50%;
	top: 108px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .86);
	z-index: 99;
	/*padding: 0 3%;*/
}
.sec_left {
	width: 100%;
	float: left;
	padding: 10px 2% 10px 0;
}
.sec_ul ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .7);
}
.sec_ul ul li:last-child {
	border-bottom: none;
}
.sec_m1 {
	position: relative;
	padding-left: 10px;
}
.sec_m1 > * {
	display: inline-block;
}
.sec_m1 p {
	width: 150px;
	position: absolute;
	left: 0;
	top: 44px;
}
.sec_m1 p a {
	color: #0169ca;
font-size: 26px;
letter-spacing: 1px;
border-right: 2px solid #0169ca;
padding-right: 15px;
}
.sec_m1 dl {
	width: 100%;text-align: center;
}
.sec_m1 dl dd {
	display: inline-block;
	margin: 0 1%;
}
.sec_m1 dl dd a {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}
.sec_m1 dl dd a h2 img {
 transition: all .36s;
}
.sec_m1 dl dd a h2 img + img {
	display: none;
}
.sec_m1 dl dd a h3 {
	font-size: 16px;
	color: #393939;
	padding-top: 5px;
	letter-spacing: 1px;
 transition: all .36s;
}
.sec_m1 dl dd a:hover h2 img {
	display: none;
}
.sec_m1 dl dd a:hover h2 img + img {
	display: inline-block;
}
.sec_m1 dl dd a:hover h3 {
	color: #0169ca;
}
.sec_right {
	width: 34.75%;
	float: right;
}
.sec_pic {
	padding: 40px 0;
}
/* 引导页 */
.guide_page {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.guide_wrap {
	width: 1200px;
	margin: 0 auto;
}
.logo_1 {
	margin-top: 38px;
	text-align: center;
}
.guide_bottom {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.guide_bottom p {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.guide_main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
}
.guide_main ul {
	display: flex;
	justify-content: space-between;
}
.guide_main ul li {
	text-align: center;
}
.guide_main ul li h2 {
	color: #fff;
	font-size: 38px;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	letter-spacing: 8px;
	margin-bottom: 6px;
}
.guide_main ul li p b {
	font-size: 44px;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	color: #fff;
}
.guide_main ul li p span {
	color: #fff;
	text-shadow: 4px 5px 6px rgba(54, 120, 156, 0.5);
	font-size: 26px;
}
.guide_a {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
}
.guide_a a {
	display: inline-block;
	width: 206px;
	line-height: 40px;
	border-radius: 20px;
	background-color: rgba(104, 145, 170, .75);
	color: #fff;
	font-size: 16px;
}
.detail_info1, .det_d1, .fontSize, .pian, .detail_info3 {
	padding: 0 5%;
}
/* 20200324 */
.g_news_list2 ul li {
	width: 100%;
	margin-right: 0;
	padding: 45px 20px 45px 0;
}
.g_news_list2 .news_info2 h2 {
	-webkit-line-clamp: 1;
	height: auto;
}
.g_news_list2 .time2 {
	padding: 0;
}
.g_news_list2 .time2 h3 {
	background-color: #0169ca;
	color: #fff;
	line-height: 75px;
}
.g_news_list2 .time2 h4 {
	background: #57972b;
	line-height: 33px;
	color: #fff;
}
.g_news_list2 .time2:before {
	display: none;
}
.insider_content1 {
	background-size: cover;
}
.x_news {
	padding: 20px 0;
}
.x_left {
	width: 40%;
	float: left;
}
.x_title {
	position: relative;
	padding-left: 24px;
	margin-bottom: 30px;
}
.x_title h1 {
	color: #393939;
	font-size: 26px;
	font-weight: bold;
}
.x_title h2 {
	color: #126ecc;
	font-size: 20px;
}
.x_title:before {
}
.x_title1 {
	position: relative;
	padding-left: 24px;
	margin-bottom: 30px;
}
.x_title1::before {
 position: absolute;
 content: "";
 width: 6px;
 height: 47px;
 background: #0465d8;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
.x_title1 h1 {
	color: #393939;
	font-size: 24px;
/*	font-weight: bold;*/
}
.x_title1 h2 {
	color: #393939;
	font-size: 14px;
}
.x_more {
	position: absolute;
	right: 0;
	top: 50%;
	height: 38px;
	transform: translateY(-50%);/* display: inline-block;
	padding: 0 16px;
	line-height: 36px;
	color: #636363;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 19px;
	border: 1px solid #000; */
}
.x_more a {
	padding: 0 16px;
	border-radius: 19px;
	width: auto;
}
.x_more a span {
	line-height: 36px;
	font-size: 24px;
	margin-right: 4px;
}
.x_swiper1 {
	width: 38.8%;
	float: left;
}
.x_swiper1 img {
	width: 100%;
	/* height: 262px; */

	height: 290px;
	object-fit: cover;
}
.x_r {
	width: 57.54%;
	float: right;
}
.x_list1 ul li {
	margin-bottom: 6px;
}
.x_list1 ul li:last-child {
	margin-bottom: 0;
}
.x_list1 ul li a {
	display: block;
	position: relative;
}
.x_list1 ul li a p {
	max-width: 70%;
	color: #000000;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 42px;
	position: relative;
	padding-left: 15px;
}
.x_list1 ul li a p::before {
 position: absolute;
 content: "";
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #000;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
.x_list1 ul li a p img {
	vertical-align: top;
}
.x_list1 ul li a span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #454545;
	font-size: 16px;
}
.x_list1 ul li a:hover p {
	color: #0465d8;
}
.x_swiper1 .swiper-container {
/* padding-bottom: 28px; */
}
.x_swiper1 .swiper-pagination {
	display: block;
	/* bottom: 0; */

	bottom: 8px;
	font-size: 0;
}
.x_swiper1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(255, 255, 255, .5);
}
.x_swiper1 .swiper-pagination-bullet-active {
	background: #0465d8;
}
.x_w1 {
	width: 100%;
}
.x_news_c1 {
	margin-bottom: 110px;
}
.x_right {
	width: 52%;
	float: right;
}
.x_swiper2 {
	position: relative;/* padding: 0 44px; */
}
.x_video_img {
	text-align: center;
	position: relative;
}
.x_video_img .x_v_img {
	/* height: 284px; */

	height: 290px;
	object-fit: cover;
	width: 100%;
}
.x_video_img .w_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.x_video_img p {
	/* color: #000; */

	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* margin-top: 12px; */

	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	padding: 0 15px;
	line-height: 40px;
}
.x_swiper2 .swiper-button-prev, .x_swiper2 .swiper-button-next {
	background: none;
	width: 42px;
	height: 42px;
}
.x_swiper2 .swiper-button-prev {
	left: 20px;
}
.x_swiper2 .swiper-button-next {
	right: 20px;
}
.x_swiper2 .swiper-button-prev img + img, .x_swiper2 .swiper-button-next img + img {
	display: none;
}
.x_swiper2 .swiper-button-prev:hover img, .x_swiper2 .swiper-button-next:hover img {
	display: none;
}
.x_swiper2 .swiper-button-prev:hover img + img, .x_swiper2 .swiper-button-next:hover img + img {
	display: inline-block;
}
.section3 {
	background-size: cover;
	background-position: center;
}
.video_title01 {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 20px;
}
.idx-tags {
	padding: 2% 0;
	font-size: 16px;
	line-height: 28px;
	color: #4b4b4b;
}
.idx-tags .weui-cell {
	height: 72px;
}
.idx-tags .weui-cell__bd {
	padding-left: 25px;
}
.idx-tags .weui-cell__bd p {
	white-space: nowrap;
}
.idx-tags .ff-ak {
font-size: .4rem;
	font-weight: bold;
	color: #1759b7;
}
.idx-tags p span {
	display: block; font-size:18px;
}
.idx-tags .ff-ak {
	font-size: 50px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.idx-tags .col1 {
	width: 25%;
}
.idx-tags {
	font-size: 22px;
}
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left;
width: 20%;
margin-right: 4%;
}
.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.weui-cell_primary {
	min-width: 1px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.weui-cell__ft {
	text-align: right;
	color: #999999;
}
.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.map-box {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.map-box img {
	width: 100%;
}
.map-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	/*animation: updown 1s infinite;
	-webkit-animation: updown 1s infinite;*/
}
@keyframes updown {
 0% {
 top: -2.5%;
}
 100% {
 top: 0;
}
}
@-webkit-keyframes updown {
 0% {
 top: -2.5%;
}
 100% {
 top: 0;
}
}
.xa_left {
	width:60%;
	float: left;
}
.xa_left .item {
	width: 21%;
	margin-right: 3%;
	height: 280px;
	background:#e7e8ec;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	display: inline-block;
}
.xa_left .item:hover {
	background:#0465d8;
	color: #fff;
}
.xa_left .item .text {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	z-index: 2;
	text-align: center;
}
.xa_left .item .text .one {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.xa_left .item .text .one .a {
	width: 126px;
	height: 126px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.xa_left .item .text .one .a:hover {
}
.xa_left .item .text .one .a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.xa_left .item .text .one .b {
	font-size: 18px;
	margin-top: 25px;
	display: inline-block;
	color: #2c2c2c;
}
.xa_left .item:hover .text .one .b {
	color: #fff;
}
.xa_left .item:hover .text .one i {
	background:#fff;
}
.xa_left .item .text .one i {
	width: 30px;
	height: 3px;
	background: #333;
	display: block;
	margin: 20px auto;
}
.xa_right {
	width:40%;
	float: right;
}
.idx-foot {
	position: relative;
	padding: 5% 0 0;
	color: #fff;
}
.idx-foot .container {
	padding: 6% 0;
	background: no-repeat center center;
	background-size: cover;
}
.idx-foot .bgcolor {
	left: 0;
	right: 0;
	bottom: 0;
	height: 23%;
	background: #3a3a3a;
}
.idx-foot dl {
	margin: 35px 0 30px;
}
.idx-foot dt {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 20px;
}
.idx-foot dt:hover{ font-size:18px;}
.idx-foot dd p {
	line-height: 28px;
}
.idx-foot .col-xs-12:nth-of-type(1) dl {
margin-left: auto;
margin-right: auto;
width: 176px;
text-align: left;
}
.idx-foot .col-xs-12:nth-of-type(3) dl {
margin-left: auto;
margin-right: auto;
width: 176px;
}
.idx-foot .col-xs-12:nth-of-type(3) dl img {
margin-top: 25px;
}
.idx-foot-select {
	position: relative;
	padding: 5px 10px 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.idx-foot-select i {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	content: "";
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.idx-foot-select i.up {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.idx-foot-select span {
	opacity: .6;
	font-weight: normal;
}
.pr {
	position: relative;
}
.idx-foot-items {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	padding: 10px 0;
	right: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}
.idx-foot-items a {
	display: block;
	padding: 1px 5px;
	color: #2c2c2c;font-size: 14px; line-height:20px;
}
.idx-foot-select:hover .idx-foot-items {
	display: block;background: rgba(255, 255, 255, 0.7); width: 250px;
}
 @media (min-width: 1200px) {
.idx-foot-items a:hover {
color: #0169ca;
}
}
@media (max-width: 639px) {
.idx-foot-items {
background: rgba(255, 255, 255, 1);
}
}
.col-lg-4 {
	width: 28.3%;
	text-align: center;
}
.footer {
	position: relative;
padding: .3rem 0 .2rem;
	background: #3a3a3a;
	font-size: 14px;
	color: #747474;
	line-height: 20px;
/*	padding:40px 0;*/font-style: normal;
}
.footer .text-left {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hidden1{padding:40px 0;}
.footer .text-right a {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 0;
	color: #747474;
}
.footer .text-right a:first-child {
	margin-left: 0;
}
.gotop {
	margin: 30px auto 0;
	width: 72px;
	color: #fff;
	text-align: center;
}
.gotop >div {
	position: relative;
	top: 0;
margin: 0 auto .5rem;
	width: 26px;
	height: 26px;
	opacity: .7;
	border: 1px solid #fff;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .38, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1);
}
.gotop >div i {
	position: absolute;
	top: 10px;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 35px;
	background: #fff;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .38, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1);
}
.gotop >div i::after {
position: absolute;
top: 0;
left: -3.5px;
display: block;
content: "";
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gotop p {
	width: 72px;
	margin-top: 35px;
	font-size: 16px;
}
.pa {
	position: absolute;
}
.radius-half {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hand {
	cursor: pointer;
	_cursor: hand;
}
 @media (max-width: 1199px) {
.footer .col-sm-12 {
text-align: center;
}
.footer .text-right a {
margin: 0 15px !important;
}
}
.footer .text-left {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.footer .text-left a{ color:#fff;}
.footer .text-right {
	float:right;
	text-align: right;
	font-size: 14px;
}

.col-lg-6 {
	width: 43%;
}
